-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to TailwindCSS #445
Conversation
- font moved to index.css - declared variables in tailwind config - declared font in tailwind config - added default styling to base layer - defined themes - default and dark
- can be used to add the default page margin
- in accordance with tailwindCss
- replaced CountUp from external module with own CSS variant
It seems like the Compare Macrobench page has a format issue when there is not data/numbers in the tables: EDIT: in fact this also happen in http://localhost/compare?ltag=8d7b507a2a05b5b1ad3ade37233c9ad30a5386e0&rtag=5df2ce4ae0a4e39db4a1eba5d35aa5b6381b1502 |
Signed-off-by: Florent Poinsard <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
<Macrobench | ||
data={macro} | ||
gitRef={{ | ||
left: gitRef.left.slice(0, 8), | ||
right: gitRef.right.slice(0, 8), | ||
}} | ||
commits={{ left: gitRef.left, right: gitRef.right }} | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optimally, we should remove the hyperlinks that redirect to github.com/vitessio/vitess
if the git ref is either Left
or Right
. For instance when reaching http://localhost/compare?ltag=Left&rtag=Right
This PR includes commits for migration to tailwindCSS and also a few changes to conventions.
There are also some commits about minor design changes.
A Readme will be added to the website folder for developers to ensure consistency from future contributors.